DataCollection
Item プロパティ (C1AdoNetCursorDataCollection<T>)

C1.DataCollection.AdoNet アセンブリ > C1.DataCollection.AdoNet 名前空間 > C1AdoNetCursorDataCollection<T> クラス : Item プロパティ
The index.
Gets the element at the specified index in the read-only list.
シンタックス
'宣言
 
Public Overrides ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
public override T this[ 
   System.int index
]; {get;}

パラメータ

index
The index.

プロパティ値

The item at the specified position.
参照

C1AdoNetCursorDataCollection<T> クラス
C1AdoNetCursorDataCollection<T> メンバ